Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
interface_exists
interface_exists
Check if the interface is defined
Name:
interface_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the interface is defined
Related
How to determine whether the calculation result returned by the database is valid through is_nan
10
filter_var_array method for processing multidimensional arrays
7
simplexml_load_string and Its Relationship with the SimpleXMLElement Object
1
How to Use spl_autoload_unregister in the Command Line (CLI) Environment to Avoid Autoloader Conflicts?
10
Similar Functions
is_subclass_of
is_subclass_of
Checkswhethertheobje
class_exists
class_exists
Checkiftheclassisdef
class_alias
class_alias
Createanaliasforacla
get_parent_class
get_parent_class
Returnstheparentclas
trait_exists
trait_exists
Checkifthespecifiedt
get_called_class
get_called_class
Thenameofthe"La
get_class
get_class
Returntheobject'
is_a
is_a
Checkifanobjectbelon
Popular Articles